home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 June / Chip Haziran 2000.iso / prog / basic / 09 / 09.exe / wmplayer.exe / REGISTRY / 109 (.txt) < prev    next >
Encoding:
InstallShield Script  |  2000-03-15  |  1.6 KB  |  42 lines

  1.     ForceRemove WMTContent = s 'Windows Media Player content page'
  2.             val 'URL Protocol' = s ''
  3.             DefaultIcon = s 'wmplayer.exe'
  4.             shell = s 'open'
  5.             {
  6.                 open = s '&Open'
  7.                 {
  8.                     command = s '%MODULE% "%%L"'
  9.                 }
  10.                 play = s '&Play'
  11.                 {
  12.                     command = s '%MODULE% "%%L"'
  13.                 }
  14.             }
  15.     ForceRemove WMTMedia = s 'Windows Media player media file'
  16.             val 'URL Protocol' = s ''
  17.             DefaultIcon = s 'wmplayer.exe'
  18.             shell = s 'open'
  19.             {
  20.                 open = s '&Open'
  21.                 {
  22.                     command = s '%MODULE% "%%L"'
  23.                 }
  24.                 play = s '&Play'
  25.                 {
  26.                     command = s '%MODULE% "%%L"'
  27.                 }
  28.             }
  29.     Container.MediaTodayCntr.1 = s 'MediaTodayCntr Class'
  30.         CLSID = s '{9B22CF54-6164-11D3-9A67-00C04F8EFB70}'
  31.     Container.MediaTodayCntr = s 'MediaTodayCntr Class'
  32.         CLSID = s '{9B22CF54-6164-11D3-9A67-00C04F8EFB70}'
  33.         CurVer = s 'Container.MediaTodayCntr.1'
  34.     NoRemove CLSID
  35.         ForceRemove {9B22CF54-6164-11D3-9A67-00C04F8EFB70} = s 'MediaTodayCntr Class'
  36.             ProgID = s 'Container.MediaTodayCntr.1'
  37.             VersionIndependentProgID = s 'Container.MediaTodayCntr'
  38.             ForceRemove 'Programmable'
  39.             InprocServer32 = s '%MODULE%'
  40.                 val ThreadingModel = s 'Apartment'
  41.             'TypeLib' = s '{52A41805-2F37-11D3-83EB-00A0C92A2F2D}'
  42.